.mtDropdownMenu {
	LEFT: -1000px;
	OVERFLOW: hidden;
	POSITION: absolute;
	TOP: -1000px;
}
.mtDropdownMenu .content {
	POSITION: absolute;
}
.mtDropdownMenu .items {
	text-align:center;
	width:105px;
	height:25px;
	overflow:hidden;
	color: #FFF;
	background: #555;
	filter: Alpha(Opacity=65, Style=0);
	cursor:pointer;
	Z-INDEX: 10;
	LEFT:0px;
	POSITION: relative;
	font-size:12px;
	TOP: 0px;
	line-height:25px;
}
.mtDropdownMenu .hover {
	background:#D93537;
	color: #FFF;
}
.mtDropdownMenu .item IMG {
	MARGIN-LEFT: 10px
}

